home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
c
/
tools
/
coolwork
/
cwhist.h_
/
cwhist.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-02-16
|
269 b
|
14 lines
#ifndef CWHIST_H
#define CWHIST_H
/* Message for Histogram control */
#define CWHIST_MSG WM_USER
/* wParam submessages for CWHIST_MSG */
#define HIST_SETPROGRESS 0
#define HIST_SETLIMIT 1
#define HIST_SETDONECOLOR 2
#define HIST_SETREMAINCOLOR 3
#endif